home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TUNEIN01.DIR / 00059_Script_59 < prev    next >
Text File  |  1995-06-01  |  202b  |  9 lines

  1. on MouseDown
  2.   global initMasterList
  3.   set the visibility of sprite 8 = true
  4.   if initMasterList = true then
  5.     go to frame "RYO Return"
  6.   else
  7.     go to frame "roll your own show"
  8.   end if
  9. end